Gets a listing all Professional profiles
{ getAllProfessionalProfiles }
Gets a listing all Professional profiles
Method
/API3/access/getAllProfessionalProfiles
- Enterprise Admin
- Domain Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a list of Professional profile data objects. Note that the response is returned as a list of items of this object type.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP